summaryrefslogtreecommitdiffstats
path: root/kbabel/addons/preview/pothumbcreator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/addons/preview/pothumbcreator.cpp')
-rw-r--r--kbabel/addons/preview/pothumbcreator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/addons/preview/pothumbcreator.cpp b/kbabel/addons/preview/pothumbcreator.cpp
index 22f6fb5e..3dbd6611 100644
--- a/kbabel/addons/preview/pothumbcreator.cpp
+++ b/kbabel/addons/preview/pothumbcreator.cpp
@@ -319,7 +319,7 @@ bool PoThumbCreator::create(const TQString &path, int width, int height, TQImage
// very very seldom a babelfish lives in po files and even
// in this seldom cases they are usually hidden ;-)
- if(pix.width() > 40 && KApplication::random()%2000 == 0)
+ if(pix.width() > 40 && TDEApplication::random()%2000 == 0)
{
TQPixmap kbabelPix;
if(pix.width() < 80)