diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:38:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:38:13 -0600 |
commit | 4bb787f41f7cdefac2aac33ef59317b7157302c1 (patch) | |
tree | c9726401d4eeb6fff8e78c4e35facb644c417e77 /kfloppy/zip.h | |
parent | aef5eada7f51ee48f3d21448db290bd8f06953a8 (diff) | |
download | tdeutils-4bb787f41f7cdefac2aac33ef59317b7157302c1.tar.gz tdeutils-4bb787f41f7cdefac2aac33ef59317b7157302c1.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kfloppy/zip.h')
-rw-r--r-- | kfloppy/zip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kfloppy/zip.h b/kfloppy/zip.h index e9a66a3..cb02d18 100644 --- a/kfloppy/zip.h +++ b/kfloppy/zip.h @@ -42,7 +42,7 @@ class TQCheckBox; class TQTimer; class TDEProcess; -class KConfig; +class TDEConfig; class ZipFormat : public DiskFormat { @@ -60,8 +60,8 @@ public: virtual void setEnabled(bool); virtual void format(FilesystemData *); virtual void quit(); - virtual void readSettings(KConfig *); - virtual void writeSettings(KConfig *); + virtual void readSettings(TDEConfig *); + virtual void writeSettings(TDEConfig *); /** Check for dd and newfs, which we * need to do the formatting. |