From 94c9dc38220d50d037075127ad46add8a264ef26 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:32 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kbabel/addons/preview/pothumbcreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbabel/addons/preview/pothumbcreator.cpp') 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) -- cgit v1.2.1