diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:28:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:28:32 -0600 |
commit | 555ea1c7f342582df2985a7c02e880174877526e (patch) | |
tree | eeab8a68eb4f5b0689daada659450ffadc7f428b /kdat/Options.h | |
parent | 5f444a9ea966b68991cef44d2711378ef9ff406d (diff) | |
download | tdeadmin-555ea1c7f342582df2985a7c02e880174877526e.tar.gz tdeadmin-555ea1c7f342582df2985a7c02e880174877526e.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kdat/Options.h')
-rw-r--r-- | kdat/Options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/Options.h b/kdat/Options.h index 522abd8..7543897 100644 --- a/kdat/Options.h +++ b/kdat/Options.h @@ -21,7 +21,7 @@ #include <tqobject.h> -class KConfig; +class TDEConfig; /** * @short The central repository for user preferences. @@ -29,7 +29,7 @@ class KConfig; class Options : public TQObject { Q_OBJECT - KConfig* _config; + TDEConfig* _config; int _defaultTapeSize; int _tapeBlockSize; TQString _tapeDevice; |