summaryrefslogtreecommitdiffstats
path: root/kbattleship/kbattleship/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbattleship/kbattleship/main.cpp')
-rw-r--r--kbattleship/kbattleship/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbattleship/kbattleship/main.cpp b/kbattleship/kbattleship/main.cpp
index 2fdba01e..2ce685d8 100644
--- a/kbattleship/kbattleship/main.cpp
+++ b/kbattleship/kbattleship/main.cpp
@@ -51,8 +51,8 @@ int main(int argc, char *argv[])
KApplication app;
KGlobal::locale()->insertCatalogue("libkdegames");
- QString picDirCheck = locate("data", "kbattleship/pictures/");
- QString onePicCheck = locate("data", "kbattleship/pictures/hit.png");
+ TQString picDirCheck = locate("data", "kbattleship/pictures/");
+ TQString onePicCheck = locate("data", "kbattleship/pictures/hit.png");
if(picDirCheck.isEmpty() || onePicCheck.isEmpty())
{
KMessageBox::error(0, i18n("You don't have KBattleship pictures installed. The game cannot run without them!"));