diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kicker/applets/menu/menuapplet.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker/applets/menu/menuapplet.h')
-rw-r--r-- | kicker/applets/menu/menuapplet.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kicker/applets/menu/menuapplet.h b/kicker/applets/menu/menuapplet.h index 8374e897b..5ba54cd66 100644 --- a/kicker/applets/menu/menuapplet.h +++ b/kicker/applets/menu/menuapplet.h @@ -27,8 +27,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <assert.h> -#include <qvaluelist.h> -#include <qevent.h> +#include <tqvaluelist.h> +#include <tqevent.h> #include <qxembed.h> #include <kpanelapplet.h> @@ -78,7 +78,7 @@ k_dcop: ASYNC configure(); public: - Applet( const QString& configFile, QWidget *parent ); + Applet( const TQString& configFile, TQWidget *parent ); virtual ~Applet(); virtual int widthForHeight( int height ) const; virtual int heightForWidth( int width ) const; @@ -92,9 +92,9 @@ public: protected: - virtual void paletteChange(const QPalette& ); + virtual void paletteChange(const TQPalette& ); virtual void positionChange( Position p ); - virtual void moveEvent(QMoveEvent *); + virtual void moveEvent(TQMoveEvent *); private slots: @@ -150,7 +150,7 @@ private: /** * List of all known menus. */ - QValueList< MenuEmbed* > menus; + TQValueList< MenuEmbed* > menus; /** * A pointer to the current active menu, which is member @@ -197,7 +197,7 @@ public: * @param desktop true if @p mainwindow is the desktop */ MenuEmbed( WId mainwindow, bool desktop, - QWidget* parent = NULL, const char* name = NULL ); + TQWidget* parent = NULL, const char* name = NULL ); void setBackground(); @@ -210,7 +210,7 @@ public: */ bool isDesktopMenu() const; virtual void setMinimumSize( int w, int h ); - void setMinimumSize( const QSize& s ) { setMinimumSize( s.width(), s.height()); } + void setMinimumSize( const TQSize& s ) { setMinimumSize( s.width(), s.height()); } protected: |