diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:39:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:39:24 -0600 |
commit | f9ced3b3f13f3136ef63c33ef163042010d6e80b (patch) | |
tree | 293ce93dfb0dcfd79f83674116d7b3bc56f29af2 /kimagemapeditor/kimedialogs.h | |
parent | 29df04c24350cc76a41e2410d1c92445f9338b98 (diff) | |
download | tdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.tar.gz tdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kimagemapeditor/kimedialogs.h')
-rw-r--r-- | kimagemapeditor/kimedialogs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kimagemapeditor/kimedialogs.h b/kimagemapeditor/kimedialogs.h index 02a3bf24..ed965f06 100644 --- a/kimagemapeditor/kimedialogs.h +++ b/kimagemapeditor/kimedialogs.h @@ -175,13 +175,13 @@ class ImageMapChooseDialog : public KDialogBase { }; -class KConfig; +class TDEConfig; class PreferencesDialog : public KDialogBase { Q_OBJECT public: - PreferencesDialog(TQWidget *parent,KConfig*); + PreferencesDialog(TQWidget *parent,TDEConfig*); ~PreferencesDialog(); protected slots: virtual void slotDefault( void ); @@ -194,7 +194,7 @@ class PreferencesDialog : public KDialogBase { // TQCheckBox *colorizeAreaChk; // TQCheckBox *showAltChk; TQCheckBox *startWithCheck; - KConfig *config; + TDEConfig *config; }; class KHTMLPart; |