diff options
Diffstat (limited to 'kscreensaver/xsavers/xlock.cpp')
-rw-r--r-- | kscreensaver/xsavers/xlock.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kscreensaver/xsavers/xlock.cpp b/kscreensaver/xsavers/xlock.cpp index 7e7634db..aaf1cea7 100644 --- a/kscreensaver/xsavers/xlock.cpp +++ b/kscreensaver/xsavers/xlock.cpp @@ -4,7 +4,7 @@ // #include <time.h> -#include <qapplication.h> +#include <tqapplication.h> #include "xlock.h" @@ -75,7 +75,7 @@ void initXLock( GC gc ) Scr[0].bgcol = allocpixel(cmap, "background", "White"); Scr[0].bgcol = allocpixel(cmap, "foreground", "Black"); - QColor color; + TQColor color; for ( int i = 0; i < NUMCOLORS; i++ ) { |