summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/oxygen.cpp
authorcniehaus <cniehaus>2002-09-15 16:18:47 (UTC)
committer cniehaus <cniehaus>2002-09-15 16:18:47 (UTC)
commit7a8dc6b0a16db160a1e50fde8f298eb9e3cb0099 (patch) (side-by-side diff)
tree16e49af9eabdcf6621654a1f80488c65951fe4b5 /noncore/apps/checkbook/oxygen.cpp
parenta013fbe2ba39e5ebd249766f223dbb67fe18027c (diff)
downloadopie-7a8dc6b0a16db160a1e50fde8f298eb9e3cb0099.zip
opie-7a8dc6b0a16db160a1e50fde8f298eb9e3cb0099.tar.gz
opie-7a8dc6b0a16db160a1e50fde8f298eb9e3cb0099.tar.bz2
wow... I just don't get my own code... Help needed
Diffstat (limited to 'noncore/apps/checkbook/oxygen.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/oxygen.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/checkbook/oxygen.cpp b/noncore/apps/checkbook/oxygen.cpp
index a86374b..81897e9 100644
--- a/noncore/apps/checkbook/oxygen.cpp
+++ b/noncore/apps/checkbook/oxygen.cpp
@@ -18,6 +18,7 @@
#include <qdir.h>
#include <qvbox.h>
#include "calcdlg.h"
+#include "calcdlgui.h"
Oxygen::Oxygen()
: QMainWindow()
@@ -43,8 +44,8 @@ void Oxygen::close()
//SLOTS
void Oxygen::slotCalculations(){
- CalcDlgUI *calcDlgUI = new calcDlgUI();
- calcDlgUI->show();
+ calcDlgUI *CalcDlgUI = new calcDlgUI();
+ CalcDlgUI->show();
};
void Oxygen::slotSettings(){ };