diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:12:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:12:31 -0600 |
commit | 2b37df4ca0c9bae516c4fa00579584d6e3fcfd27 (patch) | |
tree | 721ba8b0e0effd9676667acdb25b5c07d2a82061 /src/katemdi.h | |
parent | b0a967eb693adc458fdf7d070379b8c1ec3e9415 (diff) | |
download | ktechlab-2b37df4ca0c9bae516c4fa00579584d6e3fcfd27.tar.gz ktechlab-2b37df4ca0c9bae516c4fa00579584d6e3fcfd27.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/katemdi.h')
-rw-r--r-- | src/katemdi.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/katemdi.h b/src/katemdi.h index ec42c8d..c17881e 100644 --- a/src/katemdi.h +++ b/src/katemdi.h @@ -203,13 +203,13 @@ class Sidebar : public KMultiTabBar * restore the current session config from given object, use current group * @param config config object to use */ - void restoreSession (KConfig *config); + void restoreSession (TDEConfig *config); /** * save the current session config to given object, use current group * @param config config object to use */ - void saveSession (KConfig *config); + void saveSession (TDEConfig *config); private slots: void tabClicked(int); @@ -347,7 +347,7 @@ class MainWindow : public KParts::MainWindow * @param config config object to use * @param group config group to use */ - void startRestore (KConfig *config, const TQString &group); + void startRestore (TDEConfig *config, const TQString &group); /** * finish the restore @@ -359,7 +359,7 @@ class MainWindow : public KParts::MainWindow * @param config config object to use * @param group config group to use */ - void saveSession (KConfig *config, const TQString &group); + void saveSession (TDEConfig *config, const TQString &group); /** * internal data ;) @@ -400,7 +400,7 @@ class MainWindow : public KParts::MainWindow * config object for session restore, only valid between * start and finish restore calls */ - KConfig *m_restoreConfig; + TDEConfig *m_restoreConfig; /** * restore group |