diff options
Diffstat (limited to 'kbiff/status.cpp')
-rw-r--r-- | kbiff/status.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbiff/status.cpp b/kbiff/status.cpp index a468a5a..f752898 100644 --- a/kbiff/status.cpp +++ b/kbiff/status.cpp @@ -9,7 +9,7 @@ #include "status.moc" #include <kapp.h> -#include <klocale.h> +#include <tdelocale.h> #include <ntqdesktopwidget.h> #include <ntqpoint.h> @@ -77,7 +77,7 @@ void KBiffStatus::updateListView(const KBiffStatusList& list) void KBiffStatus::popup(const TQPoint& pos_) { - TQDesktopWidget *desktop = KApplication::desktop(); + TQDesktopWidget *desktop = TDEApplication::desktop(); int cx = pos_.x(), cy = pos_.y(); // for some reason, the width and height are incorrect until |