diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kalarm/lib/messagebox.h | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kalarm/lib/messagebox.h')
-rw-r--r-- | kalarm/lib/messagebox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kalarm/lib/messagebox.h b/kalarm/lib/messagebox.h index 7a84cf202..b0cae2939 100644 --- a/kalarm/lib/messagebox.h +++ b/kalarm/lib/messagebox.h @@ -113,12 +113,12 @@ class MessageBox : public KMessageBox * @param dontShow If true, the message box will be suppressed and will return Continue. */ static void saveDontShowAgainContinue(const TQString& dontShowAgainName, bool dontShow = true); - /** Sets the KConfig object to be used by the MessageBox class. */ - static void setDontShowAskAgainConfig(KConfig* cfg) { mConfig = cfg; } + /** Sets the TDEConfig object to be used by the MessageBox class. */ + static void setDontShowAskAgainConfig(TDEConfig* cfg) { mConfig = cfg; } private: static void saveDontShowAgain(const TQString& dontShowAgainName, bool yesno, bool dontShow, const char* yesnoResult = 0); - static KConfig* mConfig; + static TDEConfig* mConfig; static TQMap<TQString, ButtonCode> mContinueDefaults; }; |