summaryrefslogtreecommitdiffstats
path: root/amor/amortips.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amor/amortips.cpp')
-rw-r--r--amor/amortips.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amor/amortips.cpp b/amor/amortips.cpp
index 7c0c0d4..8e7ef41 100644
--- a/amor/amortips.cpp
+++ b/amor/amortips.cpp
@@ -27,7 +27,7 @@
#include <stdlib.h>
#include <tdeapplication.h>
#include "amortips.h"
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdelocale.h>
#include <tqfile.h>
#include <tqregexp.h>
@@ -75,7 +75,7 @@ TQString AmorTips::tip()
{
if (mTips.count())
{
- TQString tip = *mTips.at(kapp->random() % mTips.count());
+ TQString tip = *mTips.at(tdeApp->random() % mTips.count());
return i18n(tip.utf8());
}