diff options
| author | 2008-05-27 20:16:24 +0000 | |
|---|---|---|
| committer | 2008-05-27 20:16:24 +0000 | |
| commit | beef98815351c6c04b2e93115f7985af8797fe30 (patch) | |
| tree | 6c8a4f0e2ac26a4d5af5587f299b9d6db6721eb2 /src/modules/setup/setupwizard.cpp | |
| parent | added doc (diff) | |
| download | KVIrc-beef98815351c6c04b2e93115f7985af8797fe30.tar.gz KVIrc-beef98815351c6c04b2e93115f7985af8797fe30.tar.bz2 KVIrc-beef98815351c6c04b2e93115f7985af8797fe30.zip | |
fixed styled widgets + more QT4 port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1859 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/setup/setupwizard.cpp')
| -rw-r--r-- | src/modules/setup/setupwizard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/setup/setupwizard.cpp b/src/modules/setup/setupwizard.cpp index 3a817a7be..b5614f416 100644 --- a/src/modules/setup/setupwizard.cpp +++ b/src/modules/setup/setupwizard.cpp @@ -498,11 +498,11 @@ KviSetupWizard::KviSetupWizard() addPage(m_pDesktopIntegration,__tr2qs("Desktop Integration")); #ifdef COMPILE_ON_WINDOWS - m_pCreateUrlHandlers = new QCheckBox(__tr2qs("Make KVIrc default IRC client"),m_pDesktopIntegration->m_pVBox); + m_pCreateUrlHandlers = new KviStyledCheckBox(__tr2qs("Make KVIrc default IRC client"),m_pDesktopIntegration->m_pVBox); m_pCreateUrlHandlers->setChecked(true); #endif #ifdef COMPILE_KDE_SUPPORT - m_pCreateDesktopShortcut = new QCheckBox(__tr2qs("Create desktop shortcut"),m_pDesktopIntegration->m_pVBox); + m_pCreateDesktopShortcut = new KviStyledCheckBox(__tr2qs("Create desktop shortcut"),m_pDesktopIntegration->m_pVBox); m_pCreateDesktopShortcut->setChecked(true); #endif |
