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/ktabwidgettest.h | 69 -------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 kdeui/tests/ktabwidgettest.h (limited to 'kdeui/tests/ktabwidgettest.h') diff --git a/kdeui/tests/ktabwidgettest.h b/kdeui/tests/ktabwidgettest.h deleted file mode 100644 index 7c178bd32..000000000 --- a/kdeui/tests/ktabwidgettest.h +++ /dev/null @@ -1,69 +0,0 @@ -#ifndef KTABWIDGETTEST_H -#define KTABWIDGETTEST_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -class Test : public TQVBox -{ - Q_OBJECT -public: - Test( TQWidget* parent=0, const char *name =0 ); - -private slots: - void addTab(); - void removeCurrentTab(); - void toggleLeftButton(bool); - void toggleRightButton(bool); - void toggleLeftPopup(bool); - void toggleRightPopup(bool); - void toggleTabPosition(bool); - void toggleTabShape(bool); - void toggleCloseButtons(bool); - void toggleLabels(bool); - - void currentChanged(TQWidget*); - void contextMenu(TQWidget*, const TQPoint&); - void tabbarContextMenu(const TQPoint&); - void testCanDecode(const TQDragMoveEvent *, bool & /* result */); - void receivedDropEvent( TQDropEvent* ); - void initiateDrag( TQWidget * ); - void receivedDropEvent( TQWidget *, TQDropEvent * ); - void mouseDoubleClick(TQWidget*); - void mouseMiddleClick(TQWidget*); - void movedTab( int, int ); - - void leftPopupActivated(int); - void rightPopupActivated(int); - void contextMenuActivated(int); - void tabbarContextMenuActivated(int); - -private: - KTabWidget* mWidget; - int mChange; - - TQCheckBox * mLeftButton; - TQCheckBox * mRightButton; - TQCheckBox * mTabsBottom; - - TQToolButton* mLeftWidget; - TQToolButton* mRightWidget; - - TQPopupMenu* mLeftPopup; - TQPopupMenu* mRightPopup; - TQPopupMenu* mTabbarContextPopup; - TQPopupMenu* mContextPopup; - TQWidget* mContextWidget; -}; - - -#endif -- cgit v1.2.1