diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:13:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:13:38 -0600 |
commit | f27c6b92859f7d7c845aae72472a63e4cc61be63 (patch) | |
tree | 3469eafe2f7ebc5e24d0f5f0273a8e67f136973d /lilo-config/kde/kcontrol.h | |
parent | 7b8d362cad90c47665dc2f749dd430d9cb9eccb4 (diff) | |
download | tdeadmin-f27c6b92859f7d7c845aae72472a63e4cc61be63.tar.gz tdeadmin-f27c6b92859f7d7c845aae72472a63e4cc61be63.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'lilo-config/kde/kcontrol.h')
-rw-r--r-- | lilo-config/kde/kcontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde/kcontrol.h b/lilo-config/kde/kcontrol.h index 7a75905..b9c1073 100644 --- a/lilo-config/kde/kcontrol.h +++ b/lilo-config/kde/kcontrol.h @@ -34,7 +34,7 @@ #include <kcmodule.h> #include "mainwidget.h" -class KAboutData; +class TDEAboutData; class KControl: public KCModule { Q_OBJECT |