diff options
Diffstat (limited to 'ksirc/puke/playout.h')
-rw-r--r-- | ksirc/puke/playout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksirc/puke/playout.h b/ksirc/puke/playout.h index 439a87a2..4124cb14 100644 --- a/ksirc/puke/playout.h +++ b/ksirc/puke/playout.h @@ -4,7 +4,7 @@ class PLayout; #include <tqobject.h> -#include <layout.h> +#include <tqlayout.h> #include "pmessage.h" #include "pobject.h" @@ -36,7 +36,7 @@ public: private: - TQBoxLayout *layout; + TQBoxLayout *tqlayout; }; |