summaryrefslogtreecommitdiffstats
path: root/kdeui/tests/kdatepicktest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/tests/kdatepicktest.cpp')
-rw-r--r--kdeui/tests/kdatepicktest.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/kdeui/tests/kdatepicktest.cpp b/kdeui/tests/kdatepicktest.cpp
deleted file mode 100644
index c982dbe91..000000000
--- a/kdeui/tests/kdatepicktest.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "kdatepicker.h"
-#include <tqlineedit.h>
-#include <kapplication.h>
-#include <klocale.h>
-
-int main(int argc, char** argv)
-{
- KLocale::setMainCatalogue("kdelibs");
- KApplication app(argc, argv, "KDatePickertest");
- KDatePicker picker;
- app.setMainWidget(&picker);
- picker.show();
- // picker.setEnabled(false);
- return app.exec();
-}
-