aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_buttongroup.h
diff options
context:
space:
mode:
authorGravatar Robert Förster2008-09-16 11:43:31 +0000
committerGravatar Robert Förster2008-09-16 11:43:31 +0000
commitf4da8086b4ab698510290f92aa679a305a537a27 (patch)
tree22a91b1dcb8f71c78ea364bfbcc5a42f545abbbe /src/modules/objects/class_buttongroup.h
parentwindowlist: fixed background color under win32 (diff)
downloadKVIrc-f4da8086b4ab698510290f92aa679a305a537a27.tar.gz
KVIrc-f4da8086b4ab698510290f92aa679a305a537a27.tar.bz2
KVIrc-f4da8086b4ab698510290f92aa679a305a537a27.zip
pop in some EOL and svn properties fixes.
- all textfiles were converted to unix line endings - svn:eol-style native has been set on that files so noone has to care about it again, now the svn client does take care of that, a checkout on unix will get unix lineendings, a checkout on windows will get windows lineendings - svn:executable fixup (some file had the executable bit set were they shouldn't) - svn:mime-type fixes for most of the files, which will probaly only affect trac in viewing that files - some typo fixup, the manpage seems to need some love, though. this will be pushed to the branches once i get to it today. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2469 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_buttongroup.h')
-rw-r--r--src/modules/objects/class_buttongroup.h82
1 files changed, 41 insertions, 41 deletions
diff --git a/src/modules/objects/class_buttongroup.h b/src/modules/objects/class_buttongroup.h
index 49c3b2dfb..9322965a9 100644
--- a/src/modules/objects/class_buttongroup.h
+++ b/src/modules/objects/class_buttongroup.h
@@ -1,44 +1,44 @@
-#ifndef _CLASS_BUTTONGROUP_H_
-#define _CLASS_BUTTONGROUP_H_
-//
-// File : class_buttongroup.h
-// Creation date : Jan 23 CEST 2007
-// by Alessandro Carbone(Noldor)
-//
-// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
-//
-// This program is FREE software. You can redistribute it and/or
-// modify it under the terms of the GNU General Public License
-// as published by the Free Software Foundation; either version 2
-// of the License, or (at your opinion) any later version.
-//
-// This program is distributed in the HOPE that it will be USEFUL,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-// See the GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, write to the Free Software Foundation,
-// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-//
-
-
-
-#include <QButtonGroup>
-#include "object_macros.h"
-
-class KviKvsObject_buttongroup : public KviKvsObject
-{
-public:
- KVSO_DECLARE_OBJECT(KviKvsObject_buttongroup)
-protected:
- QButtonGroup *m_pButtonGroup;
- int m_iId;
- KviPointerHashTable<int ,KviKvsObject > btnDict;
+#ifndef _CLASS_BUTTONGROUP_H_
+#define _CLASS_BUTTONGROUP_H_
+//
+// File : class_buttongroup.h
+// Creation date : Jan 23 CEST 2007
+// by Alessandro Carbone(Noldor)
+//
+// This file is part of the KVirc irc client distribution
+// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+//
+// This program is FREE software. You can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// as published by the Free Software Foundation; either version 2
+// of the License, or (at your opinion) any later version.
+//
+// This program is distributed in the HOPE that it will be USEFUL,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+// See the GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, write to the Free Software Foundation,
+// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+//
+
+
+
+#include <QButtonGroup>
+#include "object_macros.h"
+
+class KviKvsObject_buttongroup : public KviKvsObject
+{
+public:
+ KVSO_DECLARE_OBJECT(KviKvsObject_buttongroup)
+protected:
+ QButtonGroup *m_pButtonGroup;
+ int m_iId;
+ KviPointerHashTable<int ,KviKvsObject > btnDict;
bool functionAddButton(KviKvsObjectFunctionCall *c);
bool functionCheckedButton(KviKvsObjectFunctionCall *c);
-};
-#endif //!_CLASS_GROUPBOX_H_
-
+};
+#endif //!_CLASS_GROUPBOX_H_
+