summaryrefslogtreecommitdiffstats
path: root/kalzium/src/eqchemview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:39:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:39:55 +0000
commit0a6e0958c03e41c87b15557b6f407874f20c2f8d (patch)
tree2cdd58c4013b1be09cfcbb4ddae2b05712b9aeee /kalzium/src/eqchemview.h
parent83f9dfafc157ff7823804b3ff457b43d021a5b4b (diff)
downloadtdeedu-0a6e0958c03e41c87b15557b6f407874f20c2f8d.tar.gz
tdeedu-0a6e0958c03e41c87b15557b6f407874f20c2f8d.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1157642 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kalzium/src/eqchemview.h')
-rw-r--r--kalzium/src/eqchemview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kalzium/src/eqchemview.h b/kalzium/src/eqchemview.h
index 4e381fc2..418858a4 100644
--- a/kalzium/src/eqchemview.h
+++ b/kalzium/src/eqchemview.h
@@ -21,7 +21,7 @@
#ifndef _EQCHEMVIEW_H_
#define _EQCHEMVIEW_H_
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kdialogbase.h>
class QPainter;
@@ -47,7 +47,7 @@ public:
/**
* Default constructor
*/
- eqchemView(QWidget *parent);
+ eqchemView(TQWidget *parent);
/**
* Destructor
@@ -58,12 +58,12 @@ signals:
/**
* Use this signal to change the content of the statusbar
*/
- void signalChangeStatusbar(const QString& text);
+ void signalChangeStatusbar(const TQString& text);
/**
* Use this signal to change the content of the caption
*/
- void signalChangeCaption(const QString& text);
+ void signalChangeCaption(const TQString& text);
public slots:
void clear();
@@ -92,7 +92,7 @@ class EQChemDialog : public KDialogBase
*
* @param parent the parent widget
*/
- EQChemDialog( QWidget *parent );
+ EQChemDialog( TQWidget *parent );
private slots:
/**