Remove .svn/ (hidden folder)
[tablet-suite] / src / ui / .svn / text-base / pcsapp.py.svn-base
diff --git a/src/ui/.svn/text-base/pcsapp.py.svn-base b/src/ui/.svn/text-base/pcsapp.py.svn-base
deleted file mode 100644 (file)
index f901392..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Authors: Amaury Medeiros and Paulo Ouriques
-# Software License: GPL
-
-from PyQt4.QtCore import *
-from PyQt4.QtGui import *
-
-from ui.pcsuiutils import *
-
-class PcsApp(QDialog):
-    
-    ''' Class that represents an application from Pc Suite'''
-    
-    def __init__(self, parent=None):
-        super(PcsApp, self).__init__(parent)
-        self.setFixedSize(WINDOW_WIDTH, WINDOW_HEIGHT)
-    
\ No newline at end of file