From e725f676cd3f476bc79efb1c085cc5ce0c677c61 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:11:49 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/infodialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/infodialog.h') diff --git a/src/infodialog.h b/src/infodialog.h index d3a8a6e..dcb2be5 100644 --- a/src/infodialog.h +++ b/src/infodialog.h @@ -43,7 +43,7 @@ class infoDialog: public info_Dialog { public: //! default constructor - infoDialog( KConfig *config = 0, TQString captionName = TQString(), TQString message = TQString(), + infoDialog( TDEConfig *config = 0, TQString captionName = TQString(), TQString message = TQString(), TQString dontShowAgainMsg = TQString(), TQString settingsEntryName = TQString(), TQWidget *parent = 0, const char *name = 0); //! default destructor @@ -55,7 +55,7 @@ public: private: //! the pointer to the settings of kpowersave, get from constructor - KConfig *settings; + TDEConfig *settings; //! name of the entry in the settings /*! TQString store the name of the settings entry to -- cgit v1.2.1