diff options
Diffstat (limited to 'tqtinterface/qt4/tools/designer/examples/vcr/main.cpp')
-rw-r--r-- | tqtinterface/qt4/tools/designer/examples/vcr/main.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tqtinterface/qt4/tools/designer/examples/vcr/main.cpp b/tqtinterface/qt4/tools/designer/examples/vcr/main.cpp deleted file mode 100644 index 71f04f8..0000000 --- a/tqtinterface/qt4/tools/designer/examples/vcr/main.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include <tqapplication.h> -#include "vcr.h" - -int main( int argc, char ** argv ) -{ - TQApplication app( argc, argv ); - Vcr *vcr = new Vcr; - vcr->show(); - return app.exec(); -} |