summaryrefslogtreecommitdiffabout
path: root/qtcompat/qinputdialog.h.wech
blob: 47a332bf6250e3753ac9b0cf8b0a69fab3826fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MICROKDE_QINPUTDIALOG_H
#define MICROKDE_QINPUTDIALOG_H

class QInputDialog
{
  public:
    
    static QString getText( const QString &, const QString & )
    {
      return QString::null;
    }
};

#endif