author | tille <tille> | 2002-07-22 11:47:23 (UTC) |
---|---|---|
committer | tille <tille> | 2002-07-22 11:47:23 (UTC) |
commit | cc50810321a804901b4be82f6f42d98208aea81c (patch) (unidiff) | |
tree | 029f6c267991043e2779c18abf068e59378818f7 | |
parent | 286aca1e843b99a5f5f6cc42f3bd97a868a72fff (diff) | |
download | opie-cc50810321a804901b4be82f6f42d98208aea81c.zip opie-cc50810321a804901b4be82f6f42d98208aea81c.tar.gz opie-cc50810321a804901b4be82f6f42d98208aea81c.tar.bz2 |
and get rid of stdlib again
-rw-r--r-- | noncore/apps/confedit/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/apps/confedit/mainwindow.cpp b/noncore/apps/confedit/mainwindow.cpp index 45dbcb4..3b8042f 100644 --- a/noncore/apps/confedit/mainwindow.cpp +++ b/noncore/apps/confedit/mainwindow.cpp | |||
@@ -30,13 +30,12 @@ | |||
30 | #include <qlineedit.h> | 30 | #include <qlineedit.h> |
31 | 31 | ||
32 | #include "listviewconfdir.h" | 32 | #include "listviewconfdir.h" |
33 | #include "listviewitemconf.h" | 33 | #include "listviewitemconf.h" |
34 | #include "listviewitemconfigentry.h" | 34 | #include "listviewitemconfigentry.h" |
35 | 35 | ||
36 | #include <stdlib.h> | ||
37 | 36 | ||
38 | MainWindow::MainWindow( QWidget *parent, const char *name, WFlags f ) : | 37 | MainWindow::MainWindow( QWidget *parent, const char *name, WFlags f ) : |
39 | QDialog( parent, name, f ), _currentItem(0), _fileItem(0) | 38 | QDialog( parent, name, f ), _currentItem(0), _fileItem(0) |
40 | { | 39 | { |
41 | setCaption( tr("Conf File Editor") ); | 40 | setCaption( tr("Conf File Editor") ); |
42 | 41 | ||