From 6b0cf55d6252a256d9fc5bcb89837bec7f21f40d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 7 Nov 2023 19:27:29 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/multibuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/multibuffer.h') diff --git a/src/multibuffer.h b/src/multibuffer.h index 9893a7c6..12967e34 100644 --- a/src/multibuffer.h +++ b/src/multibuffer.h @@ -67,7 +67,7 @@ public: public slots: virtual void show(); - virtual void setOrientation( Qt::Orientation ); + virtual void setOrientation( TQt::Orientation ); void activePartChanged( const KURL &url ); protected: -- cgit v1.2.1