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