diff options
| author | 2007-07-13 16:05:46 +0000 | |
|---|---|---|
| committer | 2007-07-13 16:05:46 +0000 | |
| commit | 3bd06b2a40331c8f1656fe6c142bd2448feb2586 (patch) | |
| tree | a738fed060d9727ab20baf642d7f1613d3d16fa9 /src/modules/setup/setupwizard.h | |
| parent | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@661 17fca916-40b9-46aa-a4ea-... (diff) | |
| download | KVIrc-3bd06b2a40331c8f1656fe6c142bd2448feb2586.tar.gz KVIrc-3bd06b2a40331c8f1656fe6c142bd2448feb2586.tar.bz2 KVIrc-3bd06b2a40331c8f1656fe6c142bd2448feb2586.zip | |
Rewritten KviTalWizard in a QtX independent form, working on a new setup too...
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@674 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/setup/setupwizard.h')
| -rw-r--r-- | src/modules/setup/setupwizard.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/modules/setup/setupwizard.h b/src/modules/setup/setupwizard.h index 0ffe90807..260de0838 100644 --- a/src/modules/setup/setupwizard.h +++ b/src/modules/setup/setupwizard.h @@ -1,11 +1,12 @@ #ifndef _SETUPWIZARD_H_ #define _SETUPWIZARD_H_ +//============================================================================= // // File : setupwizard.h // Creation date : Sat Oct 6 02:06:51 2001 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001-2007 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 @@ -21,6 +22,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= #include <kvi_tal_wizard.h> @@ -79,11 +81,10 @@ public: KviSetupPage * m_pDirectory; KviSetupPage * m_pIdentity; // KviSetupPage * m_pTheme; + KviSetupPage * m_pDesktopIntegration; KviSetupPage * m_pServers; // Theme - - KviTalVButtonGroup * m_pThemeButtonGroup; QRadioButton * m_pThemeHiRes; |
