blob: abfc189452b32e9bd56a00bcd91577b3aeb9845c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- komport-0.5.9b/komport/komportview.h 2009-01-23 03:41:00.000000000 -0400
+++ komport-0.5.9/komport/komportview.h 2009-01-23 03:42:06.000000000 -0400
@@ -74,7 +74,7 @@
/** Re-draw a cell given and _x, _y coordinate. */
void updateCell(QPainter* _p, int _x,int _y);
/** Re-draw a cell given a QPoint coordinate. */
- void updateCell(QPainter* _p, QPoint _p);
+ void updateCell(QPainter* _paint, QPoint _p);
/** Get a pointer to the serial port object. */
KomportSerial* getSerial();
/** clear selection */
--- komport-0.5.9b/komport/settingsdialog.h 2009-01-23 03:56:23.000000000 -0400
+++ komport-0.5.9/komport/settingsdialog.h 2009-01-23 03:56:38.000000000 -0400
@@ -11,6 +11,7 @@
#define SETTINGSDIALOG_H
#include <qvariant.h>
+#include <qlayout.h>
#include <qdialog.h>
class QVBoxLayout;
@@ -78,6 +79,7 @@
QPushButton* buttonHelp;
QPushButton* buttonOk;
QPushButton* buttonCancel;
+ QSpacerItem* Horizontal_Spacing2;
public slots:
virtual void FlowControlComboBox_highlighted( int _i );
|