summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opierec/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/opierec/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opierec/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/multimedia/opierec/main.cpp b/noncore/multimedia/opierec/main.cpp
index 714907c..74a175b 100644
--- a/noncore/multimedia/opierec/main.cpp
+++ b/noncore/multimedia/opierec/main.cpp
@@ -7,13 +7,12 @@
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
***************************************************************************/
#include "qtrec.h"
-#include <qpe/qpeapplication.h>
#ifdef PDAUDIO
int main(int argc, char* argv[]) {
QPEApplication a(argc, argv);
QtRec qtrec;
a.showMainWidget( &qtrec);