summaryrefslogtreecommitdiffstats
path: root/systemsettings/moduleiconitem.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:14:14 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:14:14 -0600
commitae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d (patch)
tree20f26768274e8db3212123cf1991ec916f01d0cb /systemsettings/moduleiconitem.h
parent46164d2bf7219e6db2daf81d76cf45301d97c10f (diff)
downloadtde-systemsettings-ae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d.tar.gz
tde-systemsettings-ae3203e4a4717c90e6364c5a66a0d9a5dd5b7c4d.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'systemsettings/moduleiconitem.h')
-rw-r--r--systemsettings/moduleiconitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/moduleiconitem.h b/systemsettings/moduleiconitem.h
index f6a69a0..99d16ec 100644
--- a/systemsettings/moduleiconitem.h
+++ b/systemsettings/moduleiconitem.h
@@ -35,7 +35,7 @@ class ModuleIconItem : public TQIconViewItem
{
public:
- ModuleIconItem( KIconView *parent, KCModuleInfo module );
+ ModuleIconItem( KIconView *parent, TDECModuleInfo module );
ModuleIconItem( KIconView *parent, const TQString &text,
const TQString &imageName );
@@ -46,7 +46,7 @@ public:
void loadIcon( bool enabled = true );
// The modules that go with this item
- TQValueList<KCModuleInfo> modules;
+ TQValueList<TDECModuleInfo> modules;
private:
int currentState;