summaryrefslogtreecommitdiffstats
path: root/kcontrol/konqhtml/filteropts.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
commitcc74f360bb40da3d79f58048f8e8611804980aa6 (patch)
treec4385d2c16b904757b1c8bb998a4aec6993373f7 /kcontrol/konqhtml/filteropts.h
parent79b21d47bce1ee428affc97534cd8b257232a871 (diff)
downloadtdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz
tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kcontrol/konqhtml/filteropts.h')
-rw-r--r--kcontrol/konqhtml/filteropts.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/konqhtml/filteropts.h b/kcontrol/konqhtml/filteropts.h
index 1678e5333..fae52b53f 100644
--- a/kcontrol/konqhtml/filteropts.h
+++ b/kcontrol/konqhtml/filteropts.h
@@ -26,13 +26,13 @@ class TQLineEdit;
class TQListBoxItem;
class TQCheckBox;
-class KConfig;
+class TDEConfig;
-class KCMFilter : public KCModule
+class KCMFilter : public TDECModule
{
Q_OBJECT
public:
- KCMFilter( KConfig* config, TQString group, TQWidget* parent = 0, const char* name = 0 );
+ KCMFilter( TDEConfig* config, TQString group, TQWidget* parent = 0, const char* name = 0 );
~KCMFilter();
void load();
@@ -66,7 +66,7 @@ private:
TQPushButton *mImportButton;
TQPushButton *mExportButton;
- KConfig *mConfig;
+ TDEConfig *mConfig;
TQString mGroupname;
int mSelCount;
};