summaryrefslogtreecommitdiffstats
path: root/kdeui/tests/kcompletiontest.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:40 -0600
commite16866e072f94410321d70daedbcb855ea878cac (patch)
treeee3f52eabde7da1a0e6ca845fb9c2813cf1558cf /kdeui/tests/kcompletiontest.h
parenta58c20c1a7593631a1b50213c805507ebc16adaf (diff)
downloadtdelibs-e16866e072f94410321d70daedbcb855ea878cac.tar.gz
tdelibs-e16866e072f94410321d70daedbcb855ea878cac.zip
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'kdeui/tests/kcompletiontest.h')
-rw-r--r--kdeui/tests/kcompletiontest.h67
1 files changed, 0 insertions, 67 deletions
diff --git a/kdeui/tests/kcompletiontest.h b/kdeui/tests/kcompletiontest.h
deleted file mode 100644
index 9443401eb..000000000
--- a/kdeui/tests/kcompletiontest.h
+++ /dev/null
@@ -1,67 +0,0 @@
-/****************************************************************************
-** Form interface generated from reading ui file './kcompletiontest.ui'
-**
-** Created: Wed Nov 15 20:12:56 2000
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#ifndef FORM1_H
-#define FORM1_H
-
-#include <tqstringlist.h>
-#include <tqvariant.h>
-#include <tqwidget.h>
-class TQVBoxLayout;
-class TQHBoxLayout;
-class TQGridLayout;
-class TQGroupBox;
-class TQLabel;
-class TQListBox;
-class TQListBoxItem;
-class TQPushButton;
-
-class KHistoryCombo;
-class KLineEdit;
-
-
-class Form1 : public TQWidget
-{
- Q_OBJECT
-
-public:
- Form1( TQWidget* parent = 0, const char* name = 0 );
- ~Form1();
-
- TQGroupBox* GroupBox1;
- TQLabel* TextLabel1;
- KLineEdit* LineEdit1;
- TQPushButton* PushButton1;
- TQPushButton* PushButton1_4;
- TQListBox* ListBox1;
- TQPushButton* PushButton1_3;
- TQPushButton* PushButton1_2;
-
- KLineEdit* edit;
- KHistoryCombo *combo;
-
-protected slots:
- void slotList();
- void slotAdd();
- void slotRemove();
- void slotHighlighted( const TQString& );
-
-protected:
- TQStringList defaultItems() const;
-
- TQVBoxLayout* Form1Layout;
- TQVBoxLayout* GroupBox1Layout;
- TQVBoxLayout* Layout9;
- TQHBoxLayout* Layout1;
- TQHBoxLayout* Layout2;
- TQHBoxLayout* Layout3;
- TQHBoxLayout* Layout8;
- TQVBoxLayout* Layout7;
-};
-
-#endif // FORM1_H