summaryrefslogtreecommitdiffstats
path: root/kreversi/board.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kreversi/board.cpp')
-rw-r--r--kreversi/board.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kreversi/board.cpp b/kreversi/board.cpp
index 8950fc8f..6f9c7a57 100644
--- a/kreversi/board.cpp
+++ b/kreversi/board.cpp
@@ -56,7 +56,7 @@
#ifndef PICDATA
-#define PICDATA(x) KGlobal::dirs()->findResource("appdata", TQString("pics/")+ x)
+#define PICDATA(x) TDEGlobal::dirs()->findResource("appdata", TQString("pics/")+ x)
#endif
const uint HINT_BLINKRATE = 250000;
@@ -109,7 +109,7 @@ void QReversiBoardView::loadChips(ChipType type)
TQString name("pics/");
name += (type==Colored ? "chips.png" : "chips_mono.png");
- TQString s = KGlobal::dirs()->findResource("appdata", name);
+ TQString s = TDEGlobal::dirs()->findResource("appdata", name);
bool ok = allchips.load(s);
Q_ASSERT( ok && allchips.width()==CHIP_SIZE*5