diff options
Diffstat (limited to 'ksystraycmd/ksystraycmd.cpp')
-rw-r--r-- | ksystraycmd/ksystraycmd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksystraycmd/ksystraycmd.cpp b/ksystraycmd/ksystraycmd.cpp index 5f4166782..3ec2be165 100644 --- a/ksystraycmd/ksystraycmd.cpp +++ b/ksystraycmd/ksystraycmd.cpp @@ -1,5 +1,5 @@ #include <tqtooltip.h> -#include <textstream.h> +#include <tqtextstream.h> #include <tqimage.h> #include <tqregexp.h> @@ -25,7 +25,7 @@ KSysTrayCmd::KSysTrayCmd() isVisible(true), lazyStart( false ), noquit( false ), quitOnHide( false ), onTop(false), ownIcon(false), win(0), client(0), twinmodule(0), top(0), left(0) { - setAlignment( AlignCenter ); + tqsetAlignment( AlignCenter ); twinmodule = new KWinModule( TQT_TQOBJECT(this) ); refresh(); } |