summaryrefslogtreecommitdiffstats
path: root/src/infodialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/infodialog.cpp')
-rw-r--r--src/infodialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infodialog.cpp b/src/infodialog.cpp
index cdf611f..b8c37c5 100644
--- a/src/infodialog.cpp
+++ b/src/infodialog.cpp
@@ -41,7 +41,7 @@
#include <tqtooltip.h>
/*! This is the default constructor of class infoDialog . */
-infoDialog::infoDialog( KConfig *config, TQString captionName, TQString message,
+infoDialog::infoDialog( TDEConfig *config, TQString captionName, TQString message,
TQString dontShowAgainMsg, TQString settingsEntryName,
TQWidget *parent, const char *name)
:info_Dialog( parent, name, false, TQt::WStyle_StaysOnTop | WDestructiveClose )