diff options
Diffstat (limited to 'tdeui/kwizard.cpp')
-rw-r--r-- | tdeui/kwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kwizard.cpp b/tdeui/kwizard.cpp index 21462faad..0e378dbf2 100644 --- a/tdeui/kwizard.cpp +++ b/tdeui/kwizard.cpp @@ -31,7 +31,7 @@ KWizard::KWizard( TQWidget *parent, const char *name, bool modal, WFlags f ) : TQWizard( parent, name, modal, f ) { - bool useIcons = KGlobalSettings::showIconsOnPushButtons(); + bool useIcons = TDEGlobalSettings::showIconsOnPushButtons(); if ( useIcons ) { |