ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlernewmedia.h
changeset 26 c499df2dbb33
parent 24 99ad1390cd33
child 50 a0f57508af73
--- a/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlernewmedia.h	Fri Apr 16 14:58:46 2010 +0300
+++ b/ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlernewmedia.h	Mon May 03 12:31:32 2010 +0300
@@ -78,20 +78,6 @@
 
 	};
 
-class GlxTextInputDialog : public QObject
-{
-	Q_OBJECT    
-public:
-    GlxTextInputDialog();
-    ~GlxTextInputDialog();
-    QString getText(const QString &label,const QString &text = QString(),bool *ok = 0);
-
-public slots:
-    void textChanged(const QString &text);
-
-private:
-    HbInputDialog* mDialog;
-};
     
     
 #endif // GLXCOMMANDHANDLERNEWMEDIA_H