diff options
Diffstat (limited to 'kdm/kfrontend/krootimage.h')
-rw-r--r-- | kdm/kfrontend/krootimage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdm/kfrontend/krootimage.h b/kdm/kfrontend/krootimage.h index 608cfa3a1..3168994ba 100644 --- a/kdm/kfrontend/krootimage.h +++ b/kdm/kfrontend/krootimage.h @@ -24,7 +24,7 @@ Boston, MA 02110-1301, USA. #include <kapplication.h> -#include <qtimer.h> +#include <tqtimer.h> #include <bgrender.h> @@ -42,7 +42,7 @@ class MyApplication : public KApplication private: KVirtualBGRenderer renderer; - QTimer timer; + TQTimer timer; }; #endif |