From e16866e072f94410321d70daedbcb855ea878cac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:40 -0600 Subject: Actually move the kde files that were renamed in the last commit --- kdeui/tests/kdockwidgettest.h | 72 ------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 kdeui/tests/kdockwidgettest.h (limited to 'kdeui/tests/kdockwidgettest.h') diff --git a/kdeui/tests/kdockwidgettest.h b/kdeui/tests/kdockwidgettest.h deleted file mode 100644 index 7ae2ab271..000000000 --- a/kdeui/tests/kdockwidgettest.h +++ /dev/null @@ -1,72 +0,0 @@ -/*************************************************************************** - copyright : (C) 1999 by Judin Max - email : novaprint@mtu-net.ru - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ - -#ifndef KDOCKWIDGETTEST_H -#define KDOCKWIDGETTEST_H - -#include -#include -#include -#include -class TQPushButton; - -class DockApplication : public KDockMainWindow -{Q_OBJECT -public: - DockApplication( const char* name ); - ~DockApplication(); - -public slots: - void rConfig(); - void wConfig(); - void cap(); - void greenMain(); - void blueMain(); - void nullMain(); - void gSetPix1(); - void gSetPix2(); - -protected: - void initMenuBar(); - void initToolBars(); - void initStatusBar(); - -private: - void updateButton(); - KDockWidget* dock; - KDockWidget* dock1; - KDockWidget* dock4; - KDockWidget* dock5; - KDockWidget* dock6; - - TQWidget* mainW; - TQWidget* l; - TQPushButton* m_bname; -}; - -class CTW:public TQTabWidget,public KDockContainer -{ - Q_OBJECT -public: - CTW(TQWidget *parent):TQTabWidget(parent,"MyDockContainer"),KDockContainer(){insertTab(new TQLabel("BLAH",this),"BLUP");} - virtual ~CTW(){;} - KDockWidget *parentDockWidget(){return ((KDockWidget*)parent());} - void insertWidget (KDockWidget *w, TQPixmap, const TQString &, int &){qDebug("widget inserted"); insertTab(w,"NO");} - void setToolTip (KDockWidget *, TQString &){qDebug("Tooltip set");} -}; - - -#endif - - -- cgit v1.2.3