diff options
| author | 2016-04-16 00:02:19 +0200 | |
|---|---|---|
| committer | 2016-04-16 00:02:19 +0200 | |
| commit | 99b60d13b2b504e263c18870a8d55efc5f0a2ea7 (patch) | |
| tree | 0a9728dafdb33a601c6740716791eea1c095288e /irc/mainwindow.ui | |
| parent | e25c9d650eb7c7633fd1a768bff9cde013c7b057 (diff) | |
| download | OneRoll-99b60d13b2b504e263c18870a8d55efc5f0a2ea7.tar.gz OneRoll-99b60d13b2b504e263c18870a8d55efc5f0a2ea7.zip | |
Implement connection to freenode.
remove GUI
Diffstat (limited to 'irc/mainwindow.ui')
| -rw-r--r-- | irc/mainwindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/mainwindow.ui b/irc/mainwindow.ui index d15d229..198a293 100644 --- a/irc/mainwindow.ui +++ b/irc/mainwindow.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow"> + <class>BotIrcDiceParser</class> + <widget class="QBotIrcDiceParser" name="BotIrcDiceParser"> <property name="geometry"> <rect> <x>0</x> @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>MainWindow</string> + <string>BotIrcDiceParser</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> |