summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/output.h
authordrw <drw>2004-02-23 18:27:31 (UTC)
committer drw <drw>2004-02-23 18:27:31 (UTC)
commitbce2a9995fa423f9fc796b46c548e47a45c9d247 (patch) (side-by-side diff)
treed6af972e78fa2ca9721172a14ce2d83bae35c2bd /noncore/apps/advancedfm/output.h
parent398c7d54acfc203ec90644d6c63e5b200391e906 (diff)
downloadopie-bce2a9995fa423f9fc796b46c548e47a45c9d247.zip
opie-bce2a9995fa423f9fc796b46c548e47a45c9d247.tar.gz
opie-bce2a9995fa423f9fc796b46c548e47a45c9d247.tar.bz2
AdvancedFM: libopie->libopie2
Diffstat (limited to 'noncore/apps/advancedfm/output.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/advancedfm/output.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/noncore/apps/advancedfm/output.h b/noncore/apps/advancedfm/output.h
index 199a684..26c0fa0 100644
--- a/noncore/apps/advancedfm/output.h
+++ b/noncore/apps/advancedfm/output.h
@@ -18,7 +18,7 @@
-#include <opie/oprocess.h>
+#include <opie2/oprocess.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
class QMultiLineEdit;
@@ -26,3 +26,3 @@ class QMultiLineEdit;
class Output : public QDialog
-{
+{
Q_OBJECT
@@ -46,3 +46,3 @@ protected slots:
QString cmmd;
-
+
};
@@ -50,3 +50,3 @@ protected slots:
class InputDialog : public QDialog
-{
+{
Q_OBJECT
@@ -58,6 +58,6 @@ public:
QLineEdit* LineEdit1;
- void setInputText(const QString &);
+ void setInputText(const QString &);
private slots:
void returned();
-
+
};