diff options
Diffstat (limited to 'ksystraycmd')
-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 3ec2be165..5f4166782 100644 --- a/ksystraycmd/ksystraycmd.cpp +++ b/ksystraycmd/ksystraycmd.cpp @@ -1,5 +1,5 @@ #include <tqtooltip.h> -#include <tqtextstream.h> +#include <textstream.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) { - tqsetAlignment( AlignCenter ); + setAlignment( AlignCenter ); twinmodule = new KWinModule( TQT_TQOBJECT(this) ); refresh(); } |