diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:35:36 -0600 |
commit | de9a6aa007626eba4e333ac4080cbdfcb9f98386 (patch) | |
tree | 79166818db79c0ac7acfbbb545a4929c0cd62b04 /krec/krecglobal.h | |
parent | 27430f06c6cc2187c639f59f342f07f1fde91a8b (diff) | |
download | tdemultimedia-de9a6aa007626eba4e333ac4080cbdfcb9f98386.tar.gz tdemultimedia-de9a6aa007626eba4e333ac4080cbdfcb9f98386.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'krec/krecglobal.h')
-rw-r--r-- | krec/krecglobal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krec/krecglobal.h b/krec/krecglobal.h index 71050fde..06615d8d 100644 --- a/krec/krecglobal.h +++ b/krec/krecglobal.h @@ -19,7 +19,7 @@ #include <tqstringlist.h> #include <tqdict.h> -class KConfig; +class TDEConfig; class TQWidget; class KStatusBar; @@ -51,7 +51,7 @@ public: TQWidget* mainWidget(); /// @return kapp->config() - static KConfig* kconfig(); + static TDEConfig* kconfig(); /// Sets the Statusbar. void setStatusBar( KStatusBar* ); |