diff options
Diffstat (limited to 'kolf/kcomboboxdialog.h')
-rw-r--r-- | kolf/kcomboboxdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/kcomboboxdialog.h b/kolf/kcomboboxdialog.h index 18c0bba5..61b7ff2e 100644 --- a/kolf/kcomboboxdialog.h +++ b/kolf/kcomboboxdialog.h @@ -104,7 +104,7 @@ public: const TQString &_value = TQString(), bool *ok = 0, TQWidget *parent = 0, const TQString &configName = TQString(), - KConfig *config = KGlobal::config()); + KConfig *config = TDEGlobal::config()); protected: KHistoryCombo *combo; |