summaryrefslogtreecommitdiff
path: root/libopie
authorkergoth <kergoth>2003-01-26 20:27:10 (UTC)
committer kergoth <kergoth>2003-01-26 20:27:10 (UTC)
commit4ce67fbdfb5e82bbde3a8963d3e956567438689d (patch) (side-by-side diff)
treee35167d7c0d16aa462b336cd4aa4cba64c292892 /libopie
parent06d7d61516ee27b60c39453ef61215708aa3468a (diff)
downloadopie-4ce67fbdfb5e82bbde3a8963d3e956567438689d.zip
opie-4ce67fbdfb5e82bbde3a8963d3e956567438689d.tar.gz
opie-4ce67fbdfb5e82bbde3a8963d3e956567438689d.tar.bz2
None->Rot0 name for transformation enum, as it stomped on someone elses None ;)
Diffstat (limited to 'libopie') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index 78eb416..9e97c56 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -248,13 +248,13 @@ ODevice::ODevice ( )
d-> m_model = Model_Unknown;
d-> m_vendorstr = "Unknown";
d-> m_vendor = Vendor_Unknown;
d-> m_systemstr = "Unknown";
d-> m_system = System_Unknown;
d-> m_sysverstr = "0.0";
- d-> m_rotation = None;
+ d-> m_rotation = Rot0;
d-> m_holdtime = 1000; // 1000ms
QCopChannel *sysch = new QCopChannel ( "QPE/System", this );
connect ( sysch, SIGNAL( received( const QCString &, const QByteArray & )), this, SLOT( systemMessage ( const QCString &, const QByteArray & )));
}