-rw-r--r-- | noncore/apps/opie-console/test/console.pro | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/test/senderui.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/test/console.pro b/noncore/apps/opie-console/test/console.pro index f5761e2..9fe8e13 100644 --- a/noncore/apps/opie-console/test/console.pro +++ b/noncore/apps/opie-console/test/console.pro | |||
@@ -9,7 +9,7 @@ SOURCES = ../io_layer.cpp ../io_serial.cpp \ | |||
9 | main.cpp senderui.cpp ../filetransfer.cpp | 9 | main.cpp senderui.cpp ../filetransfer.cpp |
10 | INTERFACES = sender.ui | 10 | INTERFACES = sender.ui |
11 | INCLUDEPATH += $(OPIEDIR)/include | 11 | INCLUDEPATH += $(OPIEDIR)/include |
12 | DEPENDPATH += $(OPIEDIR)/include | 12 | DEPENDPATH += $(OPIEDIR)/include |
13 | LIBS += -lqpe -lopie | 13 | LIBS += -lqpe -lopie |
14 | TARGET = test | 14 | TARGET = test |
15 | 15 | ||
diff --git a/noncore/apps/opie-console/test/senderui.cpp b/noncore/apps/opie-console/test/senderui.cpp index 3d7c534..3e0bd65 100644 --- a/noncore/apps/opie-console/test/senderui.cpp +++ b/noncore/apps/opie-console/test/senderui.cpp | |||
@@ -60,9 +60,9 @@ void SenderUI::got(const QByteArray& ar) { | |||
60 | } | 60 | } |
61 | 61 | ||
62 | void SenderUI::fileTransComplete() { | 62 | void SenderUI::fileTransComplete() { |
63 | 63 | ||
64 | qWarning("file transfer compete"); | 64 | qWarning("file transfer complete"); |
65 | } | 65 | } |
66 | void SenderUI::send() { | 66 | void SenderUI::send() { |
67 | 67 | ||
68 | } | 68 | } |