diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:11:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:11:53 -0600 |
commit | d60d44d67fa75f6576e0d20f13c50721acbf89da (patch) | |
tree | 432ca5df47990c3670d37cc3222e1af57abcd1d0 /src/infodialog.h | |
parent | 8874c8d8f787c27407de71f05419febfd83a1024 (diff) | |
download | tdepowersave-d60d44d67fa75f6576e0d20f13c50721acbf89da.tar.gz tdepowersave-d60d44d67fa75f6576e0d20f13c50721acbf89da.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/infodialog.h')
-rw-r--r-- | src/infodialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |