diff options
Diffstat (limited to 'kpf/src/AppletItem.cpp')
-rw-r--r-- | kpf/src/AppletItem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpf/src/AppletItem.cpp b/kpf/src/AppletItem.cpp index fc16ae00..e5d3dc51 100644 --- a/kpf/src/AppletItem.cpp +++ b/kpf/src/AppletItem.cpp @@ -22,7 +22,7 @@ */ #include <tqlabel.h> -#include <layout.h> +#include <tqlayout.h> #include <tqtimer.h> #include <tqfileinfo.h> #include <tqcursor.h> @@ -62,7 +62,7 @@ namespace KPF (new TQVBoxLayout(this))->addWidget(graph_); - TQString popupTitle(i18n("kpf - %1").arg(server_->root())); + TQString popupTitle(i18n("kpf - %1").tqarg(server_->root())); popup_ = new KPopupMenu(this); |