summaryrefslogtreecommitdiffstats
path: root/knights/knights.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:54:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:54:00 -0600
commit0195ac2fb345c2f94ece5d8bc4fc70feafc3e1ba (patch)
tree45ebf499cf324917db1c18fc25c3009495d436a1 /knights/knights.h
parent25849308187a5fc624f1cec798ea4dfc89289190 (diff)
downloadknights-0195ac2fb345c2f94ece5d8bc4fc70feafc3e1ba.tar.gz
knights-0195ac2fb345c2f94ece5d8bc4fc70feafc3e1ba.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'knights/knights.h')
-rw-r--r--knights/knights.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/knights.h b/knights/knights.h
index b1949aa..50e5719 100644
--- a/knights/knights.h
+++ b/knights/knights.h
@@ -59,7 +59,7 @@ class Knights : public KMainWindow
Q_OBJECT
public:
- KAboutData *aboutData;
+ TDEAboutData *aboutData;
resource *Resource;
Knights( TDECmdLineArgs *Args, TQWidget* parent=0, const char *name=0 );