diff options
Diffstat (limited to 'languages/cpp/app_templates/qtopia4app/main.cpp')
-rw-r--r-- | languages/cpp/app_templates/qtopia4app/main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/languages/cpp/app_templates/qtopia4app/main.cpp b/languages/cpp/app_templates/qtopia4app/main.cpp deleted file mode 100644 index b4ccc5ca..00000000 --- a/languages/cpp/app_templates/qtopia4app/main.cpp +++ /dev/null @@ -1,7 +0,0 @@ - -#include "%{APPNAMELC}.h" -#include <tqtopia/tqtopiaapplication.h> - -TQTOPIA_ADD_APPLICATION("%{APPNAMELC}", %{APPNAME}) -TQTOPIA_MAIN - |