summaryrefslogtreecommitdiffstats
path: root/knights/knights.cpp
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.cpp
parent25849308187a5fc624f1cec798ea4dfc89289190 (diff)
downloadknights-0195ac2fb345c2f94ece5d8bc4fc70feafc3e1ba.tar.gz
knights-0195ac2fb345c2f94ece5d8bc4fc70feafc3e1ba.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'knights/knights.cpp')
-rw-r--r--knights/knights.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/knights.cpp b/knights/knights.cpp
index 8b5f7c0..5cef31c 100644
--- a/knights/knights.cpp
+++ b/knights/knights.cpp
@@ -67,7 +67,7 @@ void Knights::BirthAll(void)
if( Resource->OPTION_Show_Splash )
SplashScreen = new splash();
- aboutData = new KAboutData( "knights", I18N_NOOP("Knights"), _VERSION_ );
+ aboutData = new TDEAboutData( "knights", I18N_NOOP("Knights"), _VERSION_ );
topMenu = menuBar();
myAccel = new Accel( this, Resource->myAccel );
help = helpMenu();